home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
C_Automp
/
AUTOTP
/
TRIPPLAN.DIR
/
Scripts_2_updateBar.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-25
|
267 b
|
16 lines
property runMe, progNum
on new me, eFrame
set runMe to 1
return me
end
on updateBar me
if runMe then
set percent to float(progNum) / float(100.0)
set offset to 349 * percent
set the locH of sprite 44 to 145 + offset
updateStage()
end if
end